Extension point activityVerbs
In component org.nuxeo.ecm.activity.ActivityStreamService
Documentation
An ActivityVerb stores the configuration for a given verb: - a label key - an icon path
Contribution Descriptors
- Class: org.nuxeo.ecm.activity.ActivityVerb
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="activityVerbs" target="org.nuxeo.ecm.activity.ActivityStreamService"> <activityVerb icon="/icons/activity_document_creation.png" labelKey="label.activity.documentCreated" verb="documentCreated"/> <activityVerb icon="/icons/activity_document_edition.png" labelKey="label.activity.documentUpdated" verb="documentModified"/> <activityVerb icon="/icons/activity_document_deletion.png" labelKey="label.activity.documentRemoved" verb="documentRemoved"/> </extension>